home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / qpeg11c.zip / QPEG.INI < prev    next >
Text File  |  1993-11-02  |  1KB  |  36 lines

  1. # QPEG initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.
  6.  
  7. # Switch "fast preview" initially on/off ('!' key within QPEG).
  8. Preview=On
  9.  
  10. # Switch "file information" initially on/off ('*' key within QPEG).
  11. File_Info=On
  12.  
  13. # Beep when the image decoding is completed or Esc hit while decoding.
  14. Ready_Beep=On
  15.  
  16. # Beep when an error occured (file format error, I/O error, etc).
  17. Error_Beep=On
  18.  
  19. # Beep when a warning occured (e.g. delete file).
  20. Warn_Beep=On
  21.  
  22. # Display all images as greyscaled on/off ('$' key within QPEG).
  23. Force_Grey=Off
  24.  
  25. # Height and colors of the default video mode ('+'/'-' keys within QPEG).
  26. # For colors you can use '16', '256', '32K' and '16M'.
  27. Default_Mode_Height=480
  28. Default_Mode_Colors=16
  29.  
  30. # Use dithering for hicolor modes:
  31. # on:  image quality is like truecolor, but takes 15% more time.
  32. # off:  faster, but image quality is sometimes worse.
  33. Hicolor_Dither=On
  34.  
  35. ######
  36.